home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global frameseeker
- if the lastClick > (180 * 60) then
- set the visible of sprite 18 to 1
- set the visible of sprite 17 to 0
- set frameseeker to random(600)
- go(frameseeker)
- set the movieTime of sprite 38 to 0
- set the movieRate of sprite 38 to 1
- play frame "alien"
- end if
- if the lastClick > (70 * 60) then
- set the visible of sprite 18 to 1
- set the visible of sprite 17 to 0
- set frameseeker to random(600)
- go(frameseeker)
- set the movieTime of sprite 38 to 0
- set the movieRate of sprite 38 to 1
- play frame "alien"
- end if
- set the movieTime of sprite 34 to 0
- set the movieTime of sprite 38 to 0
- set the movieRate of sprite 38 to 1
- play frame "alien"
- end
-